Web three - tier structure programming 三層結(jié)構程序設計
Structured programming language 結(jié)構化程序設計語言
Structured program testing 結(jié)構化程序測試
Explains how to use procedures to achieve structured programming in your code 說明如何在代碼中使用過程來實現(xiàn)結(jié)構化編程。
Structured programming came packaged with a number of related principles and imperatives 結(jié)構化編程是根據(jù)大量的相關原理和定理。
For the in - depth interview the semi - structured programming method is used to collect data 研究的方法,以半結(jié)構式問題,進行深度訪談。
2 . according to the requirement analysis , we utilize the structured programming method to design this system and realize it 2 .根據(jù)需求分析,采用結(jié)構化的設計方法,對系統(tǒng)進行了詳細設計并開發(fā)實現(xiàn)。
The document object model is a specific tree - structured programming model of an xml document described as a standard by the w3c “文檔對象模型”是xml文檔的一種特殊樹型結(jié)構編程模型, w3c將它描述成一個標準。
Structured programming is a programming paradigm aimed on improving the clarity, quality, and development time of a computer program by making extensive use of subroutines, block structures and for and while loops ? in contrast to using simple tests and jumps such as the goto statement which could lead to "spaghetti code" which is both difficult to follow and to maintain.